home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / intuition / window / welc2205.lha / Examples / test < prev    next >
Encoding:
Text File  |  1993-02-07  |  114 b   |  8 lines

  1. /* Test:    Arexx script test for Welcome */
  2.  
  3. Address WELCOME
  4.  
  5. Do i=200 To 1 By -1
  6.     TEXT 'This is row number 'i
  7.     End
  8.